Dear STATA-list,
I'm hoping to get some advice as to how to draw a boxplot, comparing point-estimates and confidence outputs for regression models I'm running.
Below is an example of my regression code:
i.vi_cat_better ("visual impairment category, in the better eye") is recorded as either none/moderate/severe/blind, and is the independent variable of interest.
Output has options 1 (moderate), 2(severe) or 3(blind), compared to reference 0(no visual impairment).
I'm wondering whether it's possible to draw a boxplot with a graph (point estimate, 95% CI) for each of the 3 visual impairment categories, and one for the reference (in this case, the intercept output, with it's 95% CIs)?
If anyone has any advice, it would be greatly appreciated. Thanks for your consideration.
William
I'm hoping to get some advice as to how to draw a boxplot, comparing point-estimates and confidence outputs for regression models I'm running.
Below is an example of my regression code:
Code:
regress total_f1_new i.vi_cat_better gender edu_2cat _independent_home htn diabetes smoking alcohol
Output has options 1 (moderate), 2(severe) or 3(blind), compared to reference 0(no visual impairment).
I'm wondering whether it's possible to draw a boxplot with a graph (point estimate, 95% CI) for each of the 3 visual impairment categories, and one for the reference (in this case, the intercept output, with it's 95% CIs)?
If anyone has any advice, it would be greatly appreciated. Thanks for your consideration.
William
Comment